func net.trimSpace

8 uses

	net (current package)
		nss.go#L168: 		line = trimSpace(removeComment(line))
		nss.go#L177: 		db := trimSpace(line[:colon])
		nss.go#L180: 			srcs = trimSpace(srcs)
		nss.go#L191: 				srcs = trimSpace(srcs[sp+1:])
		parse.go#L247: func trimSpace(x string) string {
		parse.go#L274: 	x = trimSpace(x)
		parse.go#L280: 		if field := trimSpace(x[:sp]); len(field) > 0 {
		parse.go#L285: 		x = trimSpace(x[sp+1:])